home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / bbs / wwbbs.lha / WWBBS / FileBase.doc < prev    next >
Text File  |  1994-10-16  |  2KB  |  112 lines

  1. World Wide BBS 2.3 (16.10.94)
  2. Copyright © 1994 Arthur Choung
  3. ---
  4.  
  5.      These commands are WWBBS specific.  They can be used in REXX files
  6. like ABBEREXX commands and also in MenuPrefs.  Here they are in
  7. alphabetical order:
  8.  
  9.      InitFileGlobal
  10.  
  11.           Creates a new global file in the user's home directory so that
  12.           all file bases marked as Auto Join are joined.
  13.  
  14.      EditFileSearchPatterns
  15.  
  16.           Edits file search patterns.  As of 2.2 it is useless.
  17.  
  18.      JoinFileArea
  19.  
  20.           Join/unjoin current file area in global list.
  21.  
  22.      ChangeFileArea
  23.  
  24.           Change file area/directory.
  25.  
  26.      ParentFileArea
  27.  
  28.           Change to parent file area.
  29.  
  30.      NextFileArea
  31.  
  32.           Change to next file area.
  33.  
  34.      PreviousFileArea
  35.  
  36.           Change to previous file area.
  37.  
  38.      NextFile
  39.  
  40.           Read next file.  If it doesn't exist it will search for the next
  41.           area with new files.
  42.  
  43.      CurrentFile
  44.  
  45.           Redisplay current file.
  46.  
  47.      PreviousFile
  48.  
  49.           Read previous file.
  50.  
  51.      JumptoFile
  52.  
  53.           Jump to file #.
  54.  
  55.      Search Next
  56.  
  57.           Search for next file that matches pattern set in
  58.           EditFileSearchPattern.
  59.  
  60.      CatchupFiles
  61.  
  62.           Mark all files as read.
  63.  
  64.      ScanFiles
  65.  
  66.           Does not work as of 2.2.
  67.  
  68.      Upload
  69.  
  70.           Upload file(s).
  71.  
  72.      Download
  73.  
  74.           Download tagged files, or current file.
  75.  
  76.      ClearFileTagList
  77.  
  78.           Clear file tag list.
  79.  
  80.      EditFileTagList
  81.  
  82.           Edit file tag list.
  83.  
  84.      TagFile
  85.  
  86.           Tag/untag current file.
  87.  
  88.      ViewArchive
  89.  
  90.           Views current file archive if configured in ArchiverPrefs.
  91.  
  92.      ReadTextFile
  93.  
  94.           Reads current file if it is a text file.
  95.  
  96.      UploadFromDisk
  97.  
  98.           Upload files that are already on the hard disk.
  99.  
  100.      KillFile
  101.  
  102.           Kills current file.
  103.  
  104.      MoveFile
  105.  
  106.           Does not work as of 2.2.
  107.  
  108.      EditFileDescription
  109.  
  110.           Does not work as of 2.2.
  111.  
  112.